PATHMac OS 8 and 9 Developer Documentation > Networking and Communications > URL Access Manager >

Transferring Files With the URL Access Manager


URLDisposeReference

Releases memory used by a URL reference.

OSStatus URLDisposeReference (URLReference urlRef);
urlRef
A reference of type URLReference that identifies the URL reference you want to dispose of.
function result
A result code. For a list of possible result codes, see Result Codes .

DISCUSSION

The URLDisposeReference function releases memory occupied by a URL reference. You should call URLDisposeReference when you no longer need a URL reference.

WARNING

Do not call URLDisposeReference from your system event callback routine or from your notification callback routine. Doing so may cause your application to stop working.

SEE ALSO

The function URLNewReference .


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)